-
Notifications
You must be signed in to change notification settings - Fork 22
fix(deps): update all non-major dependencies (minor) #5359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
26e950c
to
f5457da
Compare
f5457da
to
e631e98
Compare
e631e98
to
17eac21
Compare
17eac21
to
3b665bb
Compare
3b665bb
to
62b19ba
Compare
62b19ba
to
181ab4c
Compare
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected] |
181ab4c
to
6a367d8
Compare
6a367d8
to
e2055b4
Compare
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
e2055b4
to
ed63cdd
Compare
ed63cdd
to
b87a503
Compare
b87a503
to
1af21ad
Compare
1af21ad
to
b47f2fd
Compare
b47f2fd
to
2e7639e
Compare
bad996d
to
dc3d0b9
Compare
dc3d0b9
to
038337c
Compare
038337c
to
18cbe75
Compare
18cbe75
to
b1c7736
Compare
b1c7736
to
df0757f
Compare
df0757f
to
d9ecfde
Compare
d9ecfde
to
bf0d00c
Compare
bf0d00c
to
875ac23
Compare
875ac23
to
790a999
Compare
790a999
to
c7bea10
Compare
c7bea10
to
810199b
Compare
810199b
to
c82ea08
Compare
c82ea08
to
98eabbb
Compare
This PR contains the following updates:
^0.37.0
->^0.44.0
^0.52.0
->^0.200.0
^0.37.0
->^0.44.0
0.15.3
->0.18.0
8.51.0
->8.55.0
2.6.1
->2.8.0
1.0.0-beta.60
->1.8.2
^0.33.4
->^0.34.0
Release Notes
open-telemetry/opentelemetry-js-contrib (@opentelemetry/instrumentation-generic-pool)
v0.44.0
Compare Source
v0.43.1
Compare Source
v0.43.0
Compare Source
v0.42.0
Compare Source
v0.41.0
Compare Source
v0.40.0
Compare Source
v0.39.0
Compare Source
v0.38.1
Compare Source
v0.38.0
Compare Source
open-telemetry/opentelemetry-js (@opentelemetry/instrumentation-http)
v0.200.0
Compare Source
v0.57.2
Compare Source
v0.57.1
Compare Source
v0.57.0
Compare Source
v0.56.0
Compare Source
v0.55.0
Compare Source
v0.54.2
Compare Source
v0.54.1
Compare Source
v0.54.0
Compare Source
v0.53.0
Compare Source
reach/reach-ui (@reach/dialog)
v0.18.0
Compare Source
BREAKING Changes
reach-<pkg>.mjs
instead ofreach-<pkg>.esm.js
.Minor Changes
We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed.
This may affect you if you use
patch-package
to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define
--reach-<pkg>
in your own stylesheets to silence dev warnings.Patch Changes
@reach/[email protected]
@reach/[email protected]
@reach/[email protected]
v0.17.0
Compare Source
💔 Breaking Changes
disclosure
defaultOpen
prop's value. This was done as a progressive enhancement to ensure content was visible to users without JavaScript, but in most cases it just meant that the user might see a flash before the state would change, causing unwanted layout shift.defaultOpen
prop's value on the initial render. If you want the old behavior, control the state of your disclosures and ensure that the initial open state is always set totrue
, then set the desired state for the following render inuseEffect
.tabs
isSelected
from from theTab
component. This prop was useful before we had hooks, but we can now get the selected tab from context without using render props. (2dd0aec
)🐛 Bugfixes
auto-id
b2f3bc0
)tabs
:focus-visible
listbox
querySelector
specificity to fix incorrect button clicks (#903)menu-button
,combobox
,listbox
a8f38a4
).🤜🤛 8 Committers
v0.16.2
Compare Source
✨ Enhancements
combobox
portal
disclosure
Disclosure
accessible when Javascript is disabled (@schwartzadev)🤜🤛 5 Committers
v0.16.0
Compare Source
BREAKING: This release fixes a rendering bug in the
descendants
, but the bug in some cases may have coincidentally allowed descendants to be re-indexed in dynamically sorted lists. While this is probably a nice feature, it didn't work consistently and created problems with nested collections.We do not directly support dynamic sorting of lists, so if you relied on this "feature" you'll need to provide indices to the descendant item directly via props. If you're rendering dynamic lists you are probably iterating an array anyway, so you shouldn't have any issues.
This applies to all collection-based compound components:
🐛 Bugfixes
menu-button
✨ Enhancements
menu-button
dialog
rect
observe
is true🤜🤛 3 Committers
getsentry/sentry-javascript (@sentry/nextjs)
v8.55.0
Compare Source
Important Changes
SentryNodeServerlessSDKv8
(#15351)The
SentryNodeServerlessSDK
AWS Lambda Layer will stop receiving updates.If you intend to stay on
v8
and receive updates useSentryNodeServerlessSDKv8
instead.Other Changes
vercelAIIntegration
export (#15339)enabled
to disable Sentry module (#15337) (#15381)registerEsmLoaderHooks
(#15352)beforeUpdate
call (#15262)Work in this release was contributed by @aryanvdesh. Thank you for your contribution!
Bundle size 📦
v8.54.0
Compare Source
Work in this release was contributed by @nwalters512. Thank you for your contribution!
v8.53.0
Compare Source
url
toSourcemapsUploadOptions
(#15202)fromLocation
can be undefined in Tanstack Router Instrumentation (#15237)Work in this release was contributed by @tannerlinsley. Thank you for your contribution!
v8.52.1
Compare Source
this.name
tonew.target.prototype.constructor.name
(#15222)Work in this release was contributed by @Zen-cronic. Thank you for your contribution!
v8.52.0
Compare Source
Important Changes
withSentry
wrapper for SolidStart config (#15135)To enable the SolidStart SDK, wrap your SolidStart Config with
withSentry
. ThesentrySolidStartVite
plugin is now automaticallyadded by
withSentry
and you can pass the Sentry build-time options like this:With the
withSentry
wrapper, the Sentry server config should not be added to thepublic
directory anymore.Add the Sentry server config in
src/instrument.server.ts
. Then, the server config will be placed inside the server build output asinstrument.server.mjs
.Now, there are two options to set up the SDK:
--import
CLI flag to the start command like this (path depends on your server setup):node --import ./.output/server/instrument.server.mjs .output/server/index.mjs
autoInjectServerSentry: 'top-level-import'
and the Sentry config will be imported at the top of the server entry (comes with tracing limitations)Other Changes
Bun.serve
survives a server reload (#15157)module
intoloadModule
(#15139) (#15166)Work in this release was contributed by @jahands, @jrandolf, and @nathankleyn. Thank you for your contributions!
lit/lit (lit)
v2.8.0
Compare Source
Minor Changes
e2c50569
- Fix return type ofisTemplateResult
helper to include theCompiledTemplateResult
and fix thecache
directive to work correctly withCompiledTemplateResult
s. Also add an explicitisCompiledTemplateResult
helper.Patch Changes
#4031
8057c78d
- Rename ReactiveElement._initialize to __initialize, make it private, and remove the @internal annotation. This will help prevent collisions with subclasses that implement their own _initialize method, while using development builds.Updated dependencies [
e2c50569
]:v2.7.6
Compare Source
Patch Changes
#3968
5bb40831
- Allow undefined to be passed to the ref() directive#3969
7d8d4a15
- Make RefOrCallback generic like Ref#3987
bb2560f1
- Change theh
field ofCompiledTemplate
s to aTemplateStringsArray
preventing the spoofing ofCompiledTemplate
s by JSON injection attacks. This should not be a breaking change for most users unless you're using CompiledTemplates. This is a necessary security fix, similar to #2307.v2.7.5
Compare Source
Patch Changes
f6387e35
- Allow decorators to acceptReactiveElement
class from a different source.v2.7.4
Compare Source
Patch Changes
308280eb
- remove test directory from npm publicationv2.7.3
Compare Source
Patch Changes
#3825
343187b1
-static-html
no longer adds an item toTemplateResult
's value array for the last consumed static value. This fixes an error with server-side rendering of static html.#3766
4431cbb8
- Fix styleMap initial render of mixed-case custom propsv2.7.2
Compare Source
Patch Changes
88fe0390
- Allow numbers to be used as values in styleMap()v2.7.1
Compare Source
Patch Changes
#3768
7c1191da
- Fix styleMap's handling of important flags#3720
575fb578
-lit-html/experimental-hydrate.js
andlit-element/experimental-hydrate-support.js
have been moved to@lit-labs/ssr-client
.The modules in the original location have been marked deprecated and will be removed in a future version.
v2.7.0
Compare Source
Minor Changes
#3677
b95c86e5
- [SSR only] Reflect ARIA attributes onto server rendered Lit elements with attached internals during SSR and remove them upon hydration.#3667
e00f6f52
- [SSR only] Improved how nodes with attribute/property/event/element bindings are rendered in SSR, to avoid adding comments inside of "raw text elements" like<textarea>
. Fixes #3663.Note:
@lit-labs/ssr
andlit-html
must be updated together.Patch Changes
#3583
88a40177
- [SSR only] Add more detail to some hydration errorsUpdated dependencies [
4d698430
,b95c86e5
,e00f6f52
,88a40177
]:publicodes/publicodes (publicodes)
v1.8.2
Compare Source
Patch Changes
9a49053
Thanks @Clemog! - Fix typing: RawRule can benull
nowv1.8.1
Compare Source
Patch Changes
366b86b
Thanks @johangirod! - Improve type signaturev1.8.0
Compare Source
Minor Changes
366e235
- Add awarn
option to define which warnings should be displayedExample:
See the documentation for more information.
Patch Changes
366e235
- Add missingtitle
property in the Possibility type366e235
- ⚡ Performance improvements for parsing rulesRework parser implementation from Nearley to a hand-written recursive descent parser.
Thanks @bjlaa, @Clemog, @EmileRolley, @JalilArfaoui, @johangirod!
366e235
- Fix breaking due to applicability evaluation of possibilitesIn the new
une possibilité
mecanism, the engine evaluates the applicability of each possibility, in order to automatically select if there is only one possibility that is applicable.This leads to difficult to debug issues rooted in cyclic evaluations not beeing handled well in the current version of the engine.
This patch fixes this issue by adding a
flag
option to filter out possibilities that are not applicable. This flag is set tofalse
by default.This is temporary, and will be removed in the future when the engine will be able to handle cyclic evaluations.
v1.7.2
Compare Source
Patch Changes
92e15d2
Thanks @johangirod! - Fix replace in private rule disactivated by parentv1.7.0
Compare Source
Minor Changes
eaa9636
Thanks @johangirod! - Improvedune possibilité
mecanismUne possibilité improvements
Other changes
#609
48ab070
Thanks @pbourdu! - Ajout du mécanisme logarithme néperien#605
ac107c4
Thanks @johangirod! - Add option to detect cycles at runtime and improve type inferenceThe strict option
noCycleRuntime
can be set to detect cycles atruntime. When a cycle is detected, the engine will throw an error
(disabled by default).
Reactivate runtime warning for cycles in the engine.
Improved type inference for rules, adding the possibility to enforce
the type of rule with the
type
key.v1.6.1
Compare Source
Patch Changes
#602
db92224
Thanks @johangirod! - Fix missingVariables in text mecanism#600
cb4d878
Thanks @johangirod! - Fix a bug with setSituation and keepPreviousSituationv1.6.0
Compare Source
Minor Changes
ed32af2
Thanks @totakoko! - Ajoute le mécanisme division entière via la syntaxe//
Patch Changes
27a7f75
Thanks @johangirod! - Use external dependencies for moo and nearley.(instead of devDependencies, which means that the packages were bundled with publicodes even with esm)
v1.5.4
Compare Source
Patch Changes
#584
da688c7
Thanks @johangirod! - Fix bug with contextev1.3.2 introduced a bug when using contexte :
setSituation
withkeepPreviousSituation
on, the returned value would be the one of the first evaluation (before setSituation)inversion numérique
, the returned value would beundefined
This fixes it.
#570
8688aba
Thanks @johangirod! - Improve type inferencev1.5.1
Compare Source
Patch Changes
78bc846
Thanks @johangirod! - Fix arrondi mecanism errorFor certain case, the value returned by the
arrondi
mecanism was not correct. For instance :The value returned was
4.5
instead of4.6
. This is now fixed.v1.5.0
Compare Source
v1.4.0
Compare Source
v1.3.3
Compare Source
v1.3.2
Compare Source
v1.3.1
Compare Source
v1.3.0
Compare Source
v1.2.0
Compare Source
v1.1.1
Compare Source
v1.1.0
Compare Source
v1.0.5
Compare Source
v1.0.4
Compare Source
v1.0.3
Compare Source
v1.0.2
Compare Source
v1.0.1
Compare Source
v1.0.0-rfc.2
Compare Source
v1.0.0-rfc.1
Compare Source
v1.0.0-rc.7
Compare Source
v1.0.0-rc.6
Compare Source
v1.0.0-rc.5
Compare Source
v1.0.0-rc.4
Compare Source
v1.0.0-rc.3
Compare Source
v1.0.0-beta.77
Compare Source
v1.0.0-beta.76
Compare Source
v1.0.0-beta.75
Compare Source
v1.0.0-beta.74
Compare Source
v1.0.0-beta.73
Compare Source
v1.0.0-beta.72
Compare Source
v1.0.0-beta.71
Compare Source
v1.0.0-beta.70
Compare Source
[
v1.0.0-beta.69
](https://redirect.github.com/publicodes/publicodes/compare/18ec66f0a69d3930164d04a07Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.